projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1ccaf7
)
powerpc/mpc85xx: Define PBI Flash Base for C29XPCIE Secure Boot
author
Aneesh Bansal
<
[email protected]
>
Fri, 12 Dec 2014 10:05:04 +0000
(15:35 +0530)
committer
York Sun
<
[email protected]
>
Fri, 16 Jan 2015 17:30:12 +0000
(09:30 -0800)
CONFIG_SYS_PBI_FLASH_BASE is defined for Secure Boot on C29X
Signed-off-by: Aneesh Bansal <
[email protected]
>
Reviewed-by: York Sun <
[email protected]
>
arch/powerpc/include/asm/fsl_secure_boot.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/fsl_secure_boot.h
b/arch/powerpc/include/asm/fsl_secure_boot.h
index 14c6fc3cfec2eba879a9c0ed3d3b0faa84f92a5e..b4c0c99b39d68f0d812e91fff94f291cc9cbffe4 100644
(file)
--- a/
arch/powerpc/include/asm/fsl_secure_boot.h
+++ b/
arch/powerpc/include/asm/fsl_secure_boot.h
@@
-12,6
+12,8
@@
#define CONFIG_SYS_PBI_FLASH_BASE 0xc0000000
#elif defined(CONFIG_BSC9132QDS)
#define CONFIG_SYS_PBI_FLASH_BASE 0xc8000000
+#elif defined(CONFIG_C29XPCIE)
+#define CONFIG_SYS_PBI_FLASH_BASE 0xcc000000
#else
#define CONFIG_SYS_PBI_FLASH_BASE 0xce000000
#endif